home *** CD-ROM | disk | FTP | other *** search
- /*
- File: BetterFindFolder.h
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 6/23/96 NP 10002: Launch time speedups.
- <1> 6/21/96 NP first checked in
-
- To Do:
- */
-
- /*
- ** (C) Copyright 1995-1996 Damon Cokenias All Rights Reserved
- ** Permission is granted to use and distribute this source code freely so long
- ** as this copyright notice is not changed.
- */
-
-
- #ifndef BETTERFINDFOLDER_H
- #define BETTERFINDFOLDER_H
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #define kAppFolderType 'APPF'
-
- pascal
- OSErr BetterFindFolder (short vRefNum, OSType folderType, Boolean createFolder,
- short* foundVRefNum, long* foundDirID);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
-